Bump versions
authorFelix Krull <f_krull@gmx.de>
Thu, 31 Oct 2019 15:04:58 +0000 (16:04 +0100)
committerColin Walters <walters@verbum.org>
Fri, 6 May 2022 16:53:55 +0000 (12:53 -0400)
rust-bindings/rust/Cargo.toml
rust-bindings/rust/sys/Cargo.toml

index 7b339edbb1f320b07dd7eccf73c97ab2d7d68ff5..0f3cca905b8d4dd542e44a2def93e874844d6f7b 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "ostree"
-version = "0.6.0"
+version = "0.6.1"
 authors = ["Felix Krull"]
 
 license = "MIT"
@@ -42,7 +42,7 @@ gio = "0.7.0"
 glib-sys = "0.9.0"
 gobject-sys = "0.9.0"
 gio-sys = "0.9.0"
-ostree-sys = { version = "0.5.0", path = "sys" }
+ostree-sys = { version = "0.5.1", path = "sys" }
 
 [dev-dependencies]
 maplit = "1.0.1"
index 95879352858ce8fedaa77e9efbffb2e43c28b344..34aec339282455f1880c96821a2706cd7186e6c8 100644 (file)
@@ -61,7 +61,7 @@ license = "MIT"
 links = "ostree-1"
 name = "ostree-sys"
 repository = "https://gitlab.com/fkrull/ostree-rs"
-version = "0.5.0"
+version = "0.5.1"
 
 ["package.metadata.docs.rs"]
 features = ["dox", "v2019_4"]